projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e470d
)
* lisp/follow.el: Put property 'isearch-scroll' on 'follow-recenter'.
author
Juri Linkov
<juri@linkov.net>
Thu, 7 Mar 2024 07:56:02 +0000
(09:56 +0200)
committer
Juri Linkov
<juri@linkov.net>
Thu, 7 Mar 2024 07:56:02 +0000
(09:56 +0200)
lisp/follow.el
patch
|
blob
|
history
diff --git
a/lisp/follow.el
b/lisp/follow.el
index ce40317ca59e28f62ce07235a9916b71636b0635..874e546bd6de732f364ac87c0e2e50540df573ab 100644
(file)
--- a/
lisp/follow.el
+++ b/
lisp/follow.el
@@
-874,6
+874,7
@@
from the bottom."
(when (< dest win-s)
(setq follow-internal-force-redisplay t))))))
+(put 'follow-recenter 'isearch-scroll t)
(defun follow-redraw ()
"Arrange windows displaying the same buffer in successor order.